home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / SCSI Samples 1.0 / SCSI VBL Sample 06⁄07 ƒ / Read Me < prev    next >
Encoding:
Text File  |  1994-06-21  |  1.4 KB  |  40 lines  |  [TEXT/ttxt]

  1. SCSI VBL Sample
  2. Copyright © 1994, Apple Computer Inc. All Rights Reserved.
  3.  
  4. This is a very simple sample that shows how to call the asynchronous
  5. SCSI Manager (SCSI Manager 4.3) from a VBL. This is useful if you
  6. need to detect whether a disk has been inserted in a CD device.
  7. This program requires the Asynchronous SCSI Manager.
  8.  
  9. It compiles on the following environments:
  10.  
  11. Think C 7.0
  12. MPW 3.3.1
  13. MetroWerks DR3
  14.  
  15. At this time, this program cannot be compiled in native mode for
  16. Power Macintosh because the "scsi.h" file has not been completely
  17. converted to the Universal Header format. However, the program
  18. does run in compatibility mode on Power Macintosh.
  19.  
  20. Note that, if you are compiling for MetroWerks, you must build
  21. the resources (in file "SCSISimpleSample.µ.rsrc") by calling Rez
  22. - you can either build the MPW version first or make the
  23. MetroWerks option in the MakeFile.
  24.  
  25. Because these sources build a half-dozen version of the sample,
  26. (three compilers, 68000 native, 68000 on Power Mac, Power
  27. Mac native someday), some notes on compatibility are in order:
  28.  
  29. 1. The program was originally written and debugged using
  30.     Think C on a Quadra 950.
  31. 2. It was then compiled and tested using MPW 3.3.1.
  32. 3. It was then compiled and tested using MetroWerks DR3.
  33.  
  34. Each additional compiler found a different set of errors and
  35. warnings. In all cases, optional warnings were turned on.
  36.  
  37. Written by Martin Minow, MACDTS.
  38. minow@apple.com
  39. AppleLink: MINOW
  40. .